From 426deec1007e12a5fa510a4cb2d7fdc0077c821d Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 12 Dec 2004 05:16:24 +0000 Subject: [PATCH] minor bug --- includes/HistoryBlob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index ebc47145d4..ffbfc13bde 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -122,7 +122,7 @@ class ConcatenatedGzipHistoryBlob extends HistoryBlob if ( count( $this->mItems ) == 0 ) { return true; } - if ( $this->mFast ) { + if ( !$this->mFast ) { $this->uncompress(); $record = serialize( $this->mItems ); $size = strlen( $record ); -- 2.20.1